# Permanently delete a report

Permanently removes a report and all its comments from the system. This should only be used for invalid or spam reports. For legitimate reports that have been addressed, use resolve or dismiss instead to maintain moderation history. This action cannot be undone.

RBAC:
- requires ANY of Reports.Manage, GroupReports.Manage

Endpoint: DELETE /api/v1/admin/reports/{reportId}/delete
Version: 1.0
Security: header

## Path parameters:

  - `reportId` (string, required)
    UUID with type prefix
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Query parameters:

  - `scope` (string,null)
    Group scope. Omit for server scope
    Example: "us_01hxcvk1hjexere4pvtrj0ymqq"

## Response 403 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


## Response 200 fields
